home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Field Lingo.dir / Scripts_24_Character Operations Command 2.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  104 b   |  7 lines

  1. on mouseDown
  2.   doButton()
  3.   if field "Test" contains field "Contains Text" then
  4.     beep()
  5.   end if
  6. end
  7.